(awk-font-lock-keywords): Add "do".
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Jan 2007 19:53:48 +0000 (19:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Jan 2007 19:53:48 +0000 (19:53 +0000)
lisp/obsolete/awk-mode.el

index d85abc855f4e3750161550a968c848945fb8b86b..06376f96dc2252da0fe6785a4aa6d8151bc74d58 100644 (file)
@@ -72,7 +72,7 @@
      ;;
      ;; Keywords.
      (regexp-opt
-      '("BEGIN" "END" "break" "continue" "delete" "exit" "else" "for"
+      '("BEGIN" "END" "break" "continue" "delete" "do" "exit" "else" "for"
        "getline" "if" "next" "print" "printf" "return" "while") 'words)
      ;;
      ;; Builtins.